home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / hslk11b7.zip / HSLINK.NEW < prev    next >
Text File  |  1992-02-23  |  4KB  |  129 lines

  1.  
  2. HS/Link Revision History (in reverse order)
  3. -------------------------------------------
  4.  
  5. 23-Feb-92
  6.    Posted publicly as HSLK11B7.ZIP.   (BETA VERSION)
  7.  
  8. 22-Feb-92
  9.    Corrected settings display to say "COMx" rather than "COM1" when non-
  10.    standard com port settings are being used.
  11.  
  12.    Correction to prevent endless "ACK timeout" errors under some
  13.    conditions.
  14.  
  15.    Switched back to the original TC++ 1.0 compiler.
  16.  
  17. 21-Feb-92
  18.    See BETA.DOC for an explanation of the new beta numbering system.
  19.  
  20.    Posted publicly as HSLK11B5.ZIP.   (BETA VERSION)
  21.  
  22. 19-Feb-92
  23.    Added logic to allow simple filenames as well as directory names in
  24.    the upload duplication check file.  This allows quicker duplication
  25.    checking over networks or CD-ROMS.  Use a program like MKDLIST.ZIP to
  26.    create file lists.  This logic will check over 40000 files for
  27.    duplicates in under 5 seconds on a 386/20 machine.
  28.  
  29. 14-Feb-92
  30.    Recompiled with Borland BC++ 3.0 compiler.
  31.  
  32.    Posted publicly as HSLK11B3.ZIP.   (BETA VERSION)
  33.  
  34. 13-Feb-92
  35.    Added a prefix to the original "ready" signature, making it less
  36.    likely that hs/link auto upload or auto download will trigger.  The
  37.    new signatures are:
  38.         HS*^BR
  39.    and
  40.         HS*^BQ
  41.    The 'HS*' prefix has been added.
  42.  
  43.    Corrected new logic to leave NS16550 buffering enabled if it was
  44.    found to already be enabled on program entry.
  45.  
  46. 12-Feb-92
  47.    Partial coding of high IRQ support logic.
  48.  
  49.    Changed HSCONFIG to allow nonstandard base addresses in HEX.
  50.  
  51. 11-Feb-92
  52.    Added logic to prevent upload duplication prior to bidirectional
  53.    transfers.  Without this feature, duplicate uploads will be
  54.    completely received before the duplication is detected by the BBS.
  55.    To enable this feature, use the option
  56.         -NOdirlist
  57.    where 'dirlist' specifies the full pathname of a file containing one
  58.    directory spec per line.  Each specified directory will then be
  59.    checked for duplication with incoming files.  For example, PCBoard
  60.    systems may use the option
  61.         -NOC:\PCB\GEN\DLPATH.LST
  62.    to prevent upload duplication.
  63.  
  64.    Added support for -I, -N5, -NM and -NO options in HSCONFIG.
  65.  
  66. 10-Feb-92
  67.    Added logic in HSCONFIG to create the default HSLINK.CFG file in the
  68.    same directory as HSLINK.EXE instead of in the current directory.
  69.  
  70.    Posted publicly as HSLK11B1.ZIP.   (BETA VERSION)
  71.  
  72. 05-Feb-92
  73.    Added logic to correctly handle the interrupt controller PIC register
  74.    on exit when running on some multi-tasking systems.
  75.  
  76.    Added some logic to check for systems not using SHARE.
  77.  
  78. 30-Jan-92
  79.    Changed logic to leave NS16550 buffering enabled if it was found to
  80.    already be enabled on program entry.
  81.  
  82. 28-Jan-92
  83.    Corrected dropped characters during transmit with some internal
  84.    modems.  Thanks to Mark Talley and William Elliott for helping to
  85.    track down this bug.
  86.  
  87.    Added new DSZLOG codes to distinguish between transmit and receive files.
  88.    The new DSZLOG codes used are:
  89.         'H'=file received from remote
  90.         'h'=file transmitted to remote
  91.         'E'=file receive was aborted
  92.         'e'=file transmit was aborted (used to be 'E')
  93.         'L'=lost carrier during file receive
  94.         'l'=lost carrier during file transmit (used to be 'L')
  95.  
  96. 22-Jan-92
  97.    Changed CPS calculations to prevent numeric overflow at around 11megs.
  98.  
  99.    Changed DSZLOG entries to always include spaces with files over 1meg.
  100.  
  101. 21-Jan-92
  102.    Added logic to allow hex values to be specified for -PB and most
  103.    other integer command line options.  Option format is:
  104.         -PBdecimal
  105.         -PB$hex
  106.    for example, -PB1000 means the same thing as -PB$3E8.
  107.  
  108.    Added -N5 option to disable the NS16550AN buffering logic, which
  109.    causes problems on some early flawed versions of the 16550 chip.
  110.  
  111. 19-Jan-92
  112.    Added logic to prevent block character devices (such as CON, NUL,
  113.    CLOCK$, PRN, etc.) as transfer filenames.
  114.  
  115.    Added logic to allow ^Z eof marking in FILELIST files.
  116.  
  117.    Added logic to allow HS/Link operation when DoorWay is active.
  118.  
  119. 14-Jan-92
  120.    Official release of HS/Link 1.00 as HSLINK10.ZIP.
  121.  
  122. 17-Oct-91
  123.    Initial posting of HS/Link beta as HSLK10B.ZIP.
  124.  
  125. July-87
  126.    Initial protocol design and prototype development began but was never
  127.    made functional enough for public testing.
  128.  
  129.